@charset "utf-8";
.banner,.header-m,.i-banner,footer,header,main{transition:all .5s;-webkit-transition:all .5s}
.header{position: relative;z-index:5;width:100%;}
.header nav ul li{position:relative;float:left;}
.header .logo {
    line-height: 100px;
}
.header .rigs {
margin-right:175px;
}
.header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1)}
.header nav ul li:hover .sub-nav{visibility:visible;opacity:1;top:100px}
.header nav ul li:hover a{ color:#234398;}
.header nav ul li a.layui-this-moren{ color:#234398;}
.header nav ul li>a{position:relative;height:100px;line-height:100px;color:#333;font-size:14px;display: inline-block; padding:0 24px;}
.header nav ul li>a::after{position:absolute;content:'';left:0;bottom:0;width:100%;height:4px;background:#234398;transform:scale(0,1);-webkit-transform:scale(0,1);transition:all .3s;-webkit-transition:all .3s}
.header nav ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:120px;left:50%;padding:10px;width:135px;background:rgba(255,255,255,.9);transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .5s;-webkit-transition:all .5s}
.header nav ul li .sub-nav a{height:40px;line-height:40px;text-align:center;border-bottom:1px solid rgba(0,0,0,.1); color:#333;}
.header nav ul li .sub-nav a:last-child{border-bottom:none;}
.header nav ul li .sub-nav a:hover{color:#fff;background:#234398}
.header .language{color:#333}
.header .language em{height:100px;line-height:100px;cursor:pointer;padding-right:15px}
.header .language em::after{position:absolute;content:'';top:50%;right:0;border-top:4px solid #333;border-left:4px solid transparent;border-right:4px solid transparent;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.header .language ul{z-index:1;width:100%;top:100px;left:50%;background:rgba(255,255,255,.5);transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header .language ul::after{position:absolute;content:'';left:50%;top:-6px;border-bottom:6px solid rgba(204,204,204,.9);border-left:6px solid transparent;border-right:6px solid transparent;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header .language ul li a{height:30px;line-height:30px;border-bottom:1px solid rgba(255,255,255,.2)}
.header .language ul li a:hover{text-decoration:underline; color:#e93f37;}
.header .sous{position: absolute;right:45px;top: 36px;}
.header .sous input {
    border: 1px solid #c6c6c6;
    color: #999;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    outline: none;
	font-size:12px;
	width:100px;
}
.header .sous form {
display: inline-block;
}

.header .sous button {
    background: transparent;
    border: medium none;
    color: #999;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
}
.header .sous .layui-icon{ font-size:20px;}
.en {
position: absolute;
    right: 0;
    top: 30px;
    width: 26px;
    text-align: center;
}
.en p{ line-height:24px; font-size:14px;}
.fly-mid{display: inline-block; height: 15px; width: 1px; margin: 0 15px 0 0; vertical-align: middle; background-color: #e2e2e2;}
.i-banner{background:0 0; position:relative;text-align: center;}
.i-banner .sm-dn{height:100vh}
.i-banner .sm-dn .slick-list,.i-banner .sm-dn .slick-track{height:100%!important}
.i-banner .sm-dn .slick-slide{height:100%}
.i-banner .sm-dn .slick-slide a,.i-banner .sm-dn .slick-slide div{width:100%;height:100%}
.i-banner .slick-arrow{width:50px;height:50px}

.i-banner .slick-dots{bottom:3.5%}
.i-banner .slick-dots div{display: inline-block!important;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;background:#fff;}
.i-banner .slick-dots div.slick-active,.i-banner .slick-dots div:focus,.i-banner .slick-dots div:hover{
width: 10px;
    height: 10px;
    background-color: #234398;border: 1px solid #234398;}
.i-banner a{display:block;}
.i-banner .dn{display:none!important}
.index-nr{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}
.index-nr img{max-width: 100% !important;height: auto;}
.index-nr ul li{ position: absolute;bottom:30%;}
.index-nr ul li.an1{ position: absolute;left:30%;}
.index-nr ul li.an2{ position: absolute;left:45%;}
.index-nr ul li.an3{ position: absolute;left:60%;}
.index-nr ul li p{ font-size:30px; color:#fff; font-weight:bold; padding:5px 0 0 0;}
.index-nr ul li a{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.index-nr ul li a:hover{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.index-nr ul li span{ font-size:18px; color:#fff;}
.layui-tab-content>.layui-tab-item>ul>li{
position:relative;

}
.layui-tab-content>.layui-tab-item>ul>li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
}
.layui-tab-content>.layui-tab-item>ul>li:first-child:before{
display:none;
}
.layui-tab-content>.layui-tab-item>ul>li:before{
position:absolute;
top:30%;
    height: 200px;
    width:1px;
    content: '';
    background-color: #ccc;}
	.layui-tab-content ul li a{ display:block; text-align:center;}
.layui-tab-content ul li span{display:block;padding: 20px 0;}

.course-more {
    display: block;
    text-align: center;
	padding-bottom:40px;
}
.course-more a{

	background:#234398;
    padding: 10px 48px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:16px;
	font-weight:bold;

}
.course-more a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}
.course-mores {
    display: block;
    text-align: left;
	padding-left:28px;
	padding-top:50px;
}
.course-mores a{

	background:#234398;
    padding: 12px 43px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:14px;

}
.course-mores a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}

.course-moress {
    display: block;
    text-align: left;
	padding-top:40px;
}
.course-moress a{

	background:#234398;
    padding: 12px 43px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:14px;

}
.course-moress a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}


.jda{ margin:60px 0 50px 0;}
.jdal ul li div{
width:314px;
height:242px;
text-align: center;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #dbdbdb; position:relative;overflow: hidden;}
.jdal ul li div p{ position:absolute; bottom:0; height:40px; line-height:40px; text-align:center; font-size:16px; color:#5b5b5b; background:#dbdbdb; width:100%;}	
.jdal ul li div a{ display:block;}
.jdal ul li div a:hover p{ color:#fff; background:#234398;}
.jdal ul li div a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.jdal ul li div a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.jdb{ background:#f3f3f3;
border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius:10px;}

.jdb .jdb-1{ background:#234398; height:85px; line-height:85px;border-radius:10px 10px 0 0;}
.jdb .jdb-1 p{ font-size:25px; color:#fff; text-align:center;}
.jdb .jdb-2 ul li{background:#f3f3f3;}
.jdb .jdb-2 ul li a {
    display: block;
    height:69px;
    line-height: 69px;
    position: relative;
    font-size: 15px;
    color: #666;
    padding-left: 50px;
}
.jdb .jdb-2 ul li a i {

    display: block;
    background: url(../images/sanjiao.png) center no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 27px;
    left: 30px;
}
.jdb .jdb-2 ul li a:hover{padding-left:55px; color:#234398; background:#fff;}

.jdc{ margin-bottom:100px;}
.jdc .jdc-a-1{ height:50px; line-height:50px; background:#f5f5f5;border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius:10px;}
.jdc .jdc-a-1 span{ float:right; font-size:14px; color:#666; padding-right:15px;}
.jdc .jdc-a-1 span a:hover{ color:#234398;}
.jdc .jdc-a-1 p{font-size:24px; color:#fff; background:#234398; padding:0 30px;display: inline-block;border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius:10px;}
.jdc-a-2{ margin:30px 0;}


.jdc-a-2 a{ display:block;}

.jdc-a-2 a p {
text-align:center;
padding:10px 0;
font-size:16px;
color:#666;
}
.jdc-a-2 a p:hover {
color:#234398;
}
.jdc-a-2 span img{ width:100%;}
.jdc-a-2 span{ position:relative; display:block;}
.jdc-a-2 span em{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);background-image:url(../images/sp_btn.png);background-position:center center;background-repeat:no-repeat; transition:ease .5s;-webkit-transition:ease .5s;}
.jdc-a-2 a:hover em{background-color:rgba(0,0,0,.3);}


.jdc-a-3{ margin-top:10px;}
.jdc .jdc-a-3 ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 16px;
    color: #575757;
    padding-left: 30px;
	border-bottom:1px dashed #dbdbdb;
}
.jdc .jdc-a-3 ul li a i {
    display: block;
    background: url(../images/gongju.png) center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 0;
}
.jdc .jdc-a-3 ul li a:hover{padding-left:35px; color:#234398;}
.jdc-b-3{ margin-top:18px;}
.jdc .jdc-b-3 ul li  {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 16px;
    color: #575757;
	border-bottom:1px dashed #dbdbdb;
}
.jdc .jdc-b-3 ul li p {
    padding-left: 30px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.jdc .jdc-b-3 ul li  i {
    display: block;
    background: url(../images/xinwen.png) center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 0;
}
.jdc .jdc-b-3 ul li p:hover{padding-left:35px; color:#234398;}
.jdc-b-3 span{ font-size:16px; color:#575757; text-align:right;}
.jdc-b-2{ margin:30px 0;}
.jdc-b-2-img img{ width:100%;}
.jdc-b-2-wz h2{ font-size:18px; color:#333333; padding-top:20px;}
.jdc-b-2-wz h2 a{ display:block;}
.jdc-b-2-wz h2 a:hover{ color:#234398;}
.jdc-b-2-img a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.jdc-b-2-img a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.jdc-b-2-wz span{ font-size:14px; color:#9c9c9c; padding:15px 0; display:block;}
.jdc-b-2-wz p{ font-size:14px; color:#7b7b7b; display:block;}






.center {
    text-align: center;
}

.slideBox {
	width: 100%;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -9999px;
	background: #666666;
}

.slideBox .bd .tp .name a  {
font-size:16px;
color:#333;
display: block;
}
.slideBox .bd .tp .name a:hover  {
color:#234398;
}
.slideBox .bd .tp .name {
padding-top:15px;
text-align:left;


}
.slideBox .bd .tp .name p {
padding-top:8px;
text-align:left;
font-size:14px;
color:#666;
line-height:24px;

}
.slideBox .hd ul li.on {
	background: #e72b49;
	color: #fff;
}
.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	width: 33.3%;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
	position: relative;
	overflow: hidden;
}

.slideBox .bd li .tp {
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
}
.slideBox .bd li .tp a:hover img {
opacity: 0.9;
}
.slideBox .bd li .tp a {
display:block; position:relative;
}
.slideBox .bd li .tp .wma {
position:absolute;
top:25%;
left:25%;
text-align:left;
padding:0 20px;
}
.slideBox .bd li .tp .wma h4 {
font-size:18px;
color:#fff;
font-weight:bold;
padding-bottom:10px;
}
.slideBox .bd li .tp .wma span {
font-size:14px;
color:#f9f9f9;
}
.slideBox .prev {
	position: absolute;
	left: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/left.png) no-repeat left center;
}

.slideBox .next {
	position: absolute;
	right: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/right.png) no-repeat right center;
}

    
    /* PC端隐藏小圆点 */
    @media screen and (max-width: 1024px) {
.slideBox .bd li .tp .wma{top:15%;}
.slideBox .prev{left:-44px;}
.slideBox .next{right:-44px;}
.slideBox .bd li .tp {
	width: 95%;
}
}
    /* 移动端隐藏箭头 */
    @media screen and (max-width: 768px) {
.slideBox {
	width: 100%;
	position: relative;
	padding-top: 10px;
}
.slideBox .prev {
	left: 1%;
top: 30%;
}
.slideBox .next {
	right: 1%;
	    top: 30%;
}
.hd {
	display: none;
}
.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
	overflow:hidden;
}
.slideBox .bd li {
	width: 50%;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
}
.slideBox .prev {
    left:1%;
    top: 40%;
}
.slideBox .next {
    right:1%;
    top: 40%;
}
.slideBox .prev {
    width: 30px;
    height: 30px;
    background: url(../images/xleft.png) no-repeat left center;
}
.slideBox .next {
    width: 30px;
    height: 30px;
    background: url(../images/xright.png) no-repeat left center;
}
}  
    /* 移动端隐藏箭头 */
    @media screen and (max-width: 767px) {
.slideBox .bd li {
	width: 100%;
}
.slideBox .bd li .tp {
	width: 100%;
}
.slideBox .prev {
    left:0;
    top: 40%;
}
.slideBox .next {
    right:0;
    top: 40%;
}
} 

.labt-img {
    position: relative;
}

.limg {
    display: block;
    width: 100%;
}
.labt-img img{ width:100%;}
.ly-nr{background:#f7f7f7;}
.fly-panel-title{position: relative; height:70px;line-height: 70px;color:#666666;font-size: 15px; font-weight:bold;}
.fly-panel-title h3{color:#333;font-size: 20px; float:left;}
.fly-panel-main{padding: 10px 15px;}
.fly-filter a{padding: 0 5px; color: #666;}
.fly-filter a:hover{color: #234398;}
.fly-panel-title .layui-hide-xs a:last-child {
    color: #e93f37;
}
.fly-filter .fly-mid{margin: 0 8px;}
.fly-filter-right{ margin:0 auto; text-align:right;display: block;}
.fly-filter-right p{padding: 0 15px;display: inline-block;}
.fly-filter-right a{color: #525252;font-size: 15px;  padding:0; position:relative; display: inline-block;}
.fly-filter-right  a.layui-this-moren{
color:#b72901;
}
.nybw{
font-size:24px;
color:#234398;
font-weight:bold;	
}
.fly-filter-right  a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #234398;
    position: absolute;
    top: 95%;
    left: 50%;
    transition: all .8s;
}

.fly-filter-right  a:hover:after{
   left: 0%;
   width: 100%;
}
#right_icon{position: fixed;top: 34%;right: 24px;width: 80px;}
#right_icon .box{text-align: center;background: #fff;padding: 5px;margin-bottom:6px;color: #938f8f;font-size: 12px;}
.f_span{padding-left: 12px}
.left_style{min-height: 48px;padding-left: 66px;padding-top: 12px;margin-left: 12px;border-bottom: 1px #dddddd dashed;padding-bottom: 30px;}
.area{    
	margin: 10px 0px 0px;
    width: 270px;
    text-align: left;
    overflow: hidden;
    height: 79px;
	resize:none;
	padding: 0 4px;
	border: 1px solid #d5d5d5;
	margin: 12px auto 0px;
    background-color: #fff; }
.input{    
    width: 270px;
    height: 30px;
    text-align: left;
    overflow: hidden;
	resize:none;
	padding: 0 4px;
	border: 1px solid #d5d5d5;
	margin: 7px auto 7px;
    background-color: #fff; }   
 .btn{
 	height: 35px;
    width: 90px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #00aef3;
    margin-top: 5px;

 }
 #content_main{text-align: center;}
.nyabout {
    padding: 60px  0 100px 0;
}
.jdleft-a .jdleft-a-1{ height:70px; line-height:70px; background:#234398; color:#fff; font-size:28px; padding-left:30px;border-radius: 10px 10px 0 0;}

.jdleft-a-2 a{ height:50px; line-height:50px; background:#f6f6f6; color:#666666; font-size:17px; padding-left:30px; margin-top:1px; border:1px solid #cacaca; display:block;}
.jdleft-a-2 a.curjd,.jdleft-a-2 a:hover{border-left-color:#ffcc00;border-left-width:3px}

.jdleft-b{ margin-top:55px;}

.jdleft-b .jdleft-b-1 {
    height: 70px;
    line-height: 70px;
    background: #234398;
    color: #fff;
    font-size: 28px;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
}
.jdleft-b .jdleft-b-2{ border:1px solid #c6c6c6; padding:20px 10px 10px 10px;}

.jdleft-b-2 ul li  {
    text-align: center;
	display:block;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
	width:100%;
	margin-bottom:20px;
}
.jdleft-b-2 ul li a {
	display:block;
}
.jdleft-b-2 ul li div p {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
   background: rgba(153,153,153,.8);
    width: 100%;
}

.jdleft-b-2 ul li div a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.jdleft-b-2 ul li div a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.jdright-a{ margin:20px 0;}
.jdright-a-1{ font-size:28px; color:#333333; border-bottom:1px solid #c2c2c2; padding-bottom:20px;}

.jdright-a-2{ margin-top:40px;}
.jdright-a-2 .jdc-a-2 span em {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    background-image: url(../images/sp_btn3.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: ease .5s;
    -webkit-transition: ease .5s;
}
.jdright-a-2 .jdc-a-2 a:hover em{background-color:rgba(0,0,0,.3);}

.jdright-a-2 .jdc-a-2 a:hover p{ color:#234398;}

.jdright-a-2 .jdc-a-2 a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.jdright-a-2 .jdc-a-2 a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.jdright-a-2 .jdc-a-2 a p {
    text-align: center;
    padding: 20px 0 30px 0;
    font-size: 16px;
    color: #333;
}
.lxleft h2{ font-size:22px; color:#333; padding-bottom:40px;}
.lxleft .lxleft-1{ width:90%;}

.lxleft p{ font-size:18px; color:#666; padding-bottom:15px;}
#container1{ margin-top:70px;}
.n-wenhua .wenhua-a{display:inline-block; padding:0 0 0 20px; position:absolute; top:30px;}
.n-wenhua h3{ font-size:18px; color:#191919;}
.n-wenhua p{ font-size:15px; color:#666; line-height:24px;}
.n-wenhua ul li img{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.n-wenhua ul li img:hover{
	-webkit-transform:rotate(360deg) scale(1); 
	-moz-transform:rotate(360deg) scale(1);
	-ms-transform:rotate(360deg) scale(1);
	-o-transform:rotate(360deg) scale(1);
}
.pinpai h2{ color:#b72901; font-size:18px; font-weight:bold;line-height: 26px;padding: 25px 0 0 0;}
.pinpai h2 a{display: inline;}
.pinpai h2 a:hover{color:#b72901;}
.pinpai img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pinpai p{ color:#666; font-size:14px; line-height:24px; padding-top:16px;min-height: 64px;}
.pinpai span{ color:#666; font-size:16px;border-bottom: 1px solid #d5d5d5; line-height:50px; display:block;}
.courseList li {padding: 18px 0; border-bottom: 1px solid #cacaca;}
.courseList li .shij {float: left; width: 14%;}
.courseList li .pic {float: right; width: 31.2%; padding-left:5%;}
.courseList li .cont {float: left; width: 49.8%;}
.courseList li .shij span { width:74px; display:block; border-top:1px dashed #d2d2d2;border-bottom:1px dashed #d2d2d2; text-align:center;}
.courseList li .shij h5 { font-size:30px; color:#666666; font-weight:bold; padding-top:8px;}
.courseList li .shij p { font-size:16px; color:#666666; padding:8px 0;}
.courseList li .cont h3 {margin-top: 16px; margin-bottom: 6px; font-size: 18px; font-weight: 600; line-height: 34px;}
.courseList li .cont h3 a {color: #234398;}
.courseList li .cont h3 a:hover {color: #234398;}
.courseList li .cont p {color: #4c4c4c; line-height: 30px;}
.courseList li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.courseList li:hover p {color: #333;}

.newsList li {overflow: hidden;  margin-bottom: 20px;}
.newsList li .pic {}

.newsList li .cont h3 {margin-top:0; line-height: 28px; font-size: 16px; font-weight: bold;}
.newsList li .cont h3 a {color: #333333;    display: block;}
.newsList li .cont h4 {margin-top: 12px; line-height: 24px; color: #adadad;font-size:15px;}
.newsList li .cont p {color: #666; line-height: 24px; font-size:14px;}
.newsList li .cont .line {height: 1px; margin: 16px 0 16px 0; background: #d5d5d5; width:100%;}
.newsList li .cont .more {/*opacity: 0; filter:alpha(opacity=0);*/ /*display: none;*/ margin-top: 12px; font-size:12px; float:left;}
.newsList li .cont .more a {display: block; height: 100%;color: #656565;}
.newsList li .cont .more a:hover {color: #ffcc00;}
.newsList li:hover .more a {color: #ffcc00;}
.newsList li:hover h3 a {color: #234398;}
.newsList li:hover .shij h5,.newsList li:hover .shij p  {color: #234398;}

.contRightH h2.contRightTit {font-size: 24px; color: #333; font-weight: 400;}
.newsDetailH {padding: 0 0 24px 0; text-align: center; border-bottom: 1px solid #e3e3e3;}
.newsDetailH h3 {margin-bottom: 22px; font-size: 24px;color:#333; font-weight:bold;}
.newsDetailH p {color: #666;}
.newsDetailH p span {}
.newsDetailH p span:first-child {margin-right: 50px;}
.newsDetailCont {margin-top: 40px;}
.picCenter {text-align: center;}
.picCenter img {width: auto; max-width: 100%;}
.newsDetailCont {font-size: 14px; color: #666;line-height: 32px;}
.newsDetailCont .pic {margin-bottom: 36px;}
.picCont {margin: 36px 0 36px 0;} 
.picList {margin-top: 36px;}
.picList li {float: left; width: 44%; margin-left: 12%;}
.picList li:first-child {margin-left: 0;}
.pageJump {margin-top: 25px; padding-top: 30px; border-top: 1px dashed #DCDCDC;}
.pageJump p {font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.pageJump p a {color: #666;}
.pageJump p a:hover {color: #234398;}
.stuList {
    margin-top: 40px;
}
.stuList li {float: left; width: 31.33%; margin-right: 3%; margin-bottom: 18px; text-align: center;}
.stuList li:nth-child(3n) {margin-right: 0;}
.stuList li a {display: block;color: #4d4d4d;}
.stuList li .cont {padding: 15px 0 14px; }
.stuList li .cont h3 {font-size: 16px; line-height: 28px;}
.stuList li .cont p {line-height: 26px;}
.stuList li:hover a {color: #fff; background: #e93f37;}
.stuList li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pic {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.stuList li .cont {
    padding: 15px 0 14px;
}
.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stuLists {
    margin-top: 60px;
}
.stuLists li {float: left; width: 31.33%; margin-right: 3%; margin-bottom: 10px; text-align: center;}
.stuLists li:nth-child(3n) {margin-right: 0;}
.stuLists li a {display: block;color: #4d4d4d;}
.stuLists li .cont {padding: 15px 0 14px; }
.stuLists li .cont h3 {font-size: 16px; line-height: 28px;}
.stuLists li .cont p {line-height: 26px;}
.stuLists li:hover a {color: #fff;}
.stuLists li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pic {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.stuLists li .conts {
    position: relative;
    bottom: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-lines {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*图片*/

.nyabouts {
    padding: 80px  0;
}

.cpleft-a .cpa-1{height:45px; line-height:45px;}
.cpa-1{ margin-bottom:40px;}

.cpleft-a h3{ font-size:18px; color:#333;    display: inline-block;}

.cpleft-a h4{ font-size:17px; color:#fff; width:120px; background:#234398; float:right;}

.cpleft-a h4 a{ text-align: center;display: block;}
.cpleft-a h4 a:hover{ color:#ebebeb;}
.shax{ margin-top:20px;}
.shax span{ height:55px; line-height:55px; background:#234398;display: block; color:#fff; font-size:18px; padding-left:20px; border-radius: 10px 10px 0 0;}
.shax ul{
border: 1px solid #eee;
}
.shax ul li{ padding-left:20px; line-height:36px;}
.shax ul li:first-child{ padding-top:10px;}
.shax ul li a{color:#666; font-size:16px; display:block; position:relative; padding-left:25px;}
.shax ul li a:hover{color:#5FB878; font-weight:bold;}
.shax ul li a.curm{color:#234398; font-weight:bold;}


.cpr{ margin-top:0;}
.cpr-a{ font-size:16px; color:#666; line-height:30px; padding:25px 0 30px 0;border-bottom: 1px solid #c2c2c2; }
.cpr-b{ margin-top:70px;}
.cpr-b h3{ font-size:16px; color:#234398; font-weight:bold; text-align:center; padding:30px 0 20px 0;}
.cpr-b p{ font-size:12px; color:#666;height: 36px;
    overflow: hidden;}
.cpr-b a{ display:block; text-align:center;}
.cpr-b a img{ height:180px;}
.cpr-b a:hover h3{color:#666;}

.cpr-b a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.cpr-b a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.cpr-x{ margin:60px 0 80px 0;}
.cpr-x .cpr-x-a{ margin:0 0 80px 0;}
.cpyc{padding-left:110px;}
.cpr-x-a-1{ position:relative;}
.cpr-x-a-1 img{ width:95px; height:91px; position:absolute; top:0;left:0;}
.cpyc h2 a{ font-size:18px; color:#234398; padding-bottom:15px;}

.cpyc h2 p{ font-size:16px; color:#666666;}

.cpr-x-a-2{ margin-top:50px;}

.cpr-x-a-2 .layui-table td, .layui-table th{ text-align:center;position: relative;
    padding: 10px 4px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
	color:#333;
}
.cpr-x-a-2 .layui-table span{ display:block; padding-top:10px;}

.cpw h2{ font-size:28px; color:#234398; padding-bottom:30px;}
.cpw pre{ font-size:16px; color:#666666;font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';}

.cpw-a{ margin:40px 0;}
.cpw-w{ margin:60px 0 0 0;}
.cpd{ margin-top:20px;}
.cpw-a h3{ position:relative;}
.cpw-a h3 p{ font-size:28px; color:#333; padding-left:10px;}
.cpw-a h3 i{ position:absolute;top: 5px;
    height: 30px;
    width: 3px;
    background-color: #234398;}
.xinx {border-bottom: 1px dashed #dadada;display: inline-block;padding: 15px 0 5px 0;}
.xinx  img{ width:100%; height:auto;}
.xinx   a:hover img {
opacity: 0.9;
}
.xwls a{ display:block;}
.xwrs h1{ padding:30px 0 20px 0;}
.xwrs h1 a{ font-size:18px; color:#272727; line-height:30px; height:30px; font-weight:bold; }
.xwrs h1 a:hover{ color:#e60012;}
.xwrs p{ font-size:15px; color:#5f5f5f; line-height:26px;}
.xwrs b{ font-size:12px; color:#999; font-weight:normal;}
.xinx  span {width: 112px;height: 40px;margin-top: 30px;line-height: 40px;text-align: center; display:block; font-size:14px; color:#e60012;border: 1px solid #e60012; background:#fff;}

.xinx a:hover span{color:#fff;border:none; background:#e60012;}
.pic {width: 100%; overflow: hidden; font-size: 0;}
.pic img {width: 100%;	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}

.nyhonor ul li {
    margin:5px 0;
}
.nyhonor ul li span {
width: 310px;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
border: 1px solid #dddddd;
}
.nyhonor ul li p {
color:#666666;
font-size:14px;
text-align:center;
padding-top:24px;
}
.nyhonor ul li img {
padding:10px;
}

.nyzh{
margin:55px 0 50px 0;
}
.nyzh .nytou h2{
font-size:26px;
color:#000000;
padding:10px 0 15px 20px;

}

.layui-col-mdd{
width:94%;
display:block;
position:relative;
box-sizing: border-box;
border-bottom: 5px solid #2143f5;
}
.layui-col-mdds{
width:94%;
display:block;
position:relative;
box-sizing: border-box;
}
.sideNav a{display:block; height:50px; line-height:50px; position:relative; font-size:14px; color:#333; padding-left:20px; border-bottom:#eee solid 1px;font-weight: bold;}
.sideNav a em{display:block; background:url(../image/ico3.png) center no-repeat; width:8px; height:50px; position:absolute; top:0px; right:40px;}
.sideNav a:hover, .sideNav dd a.on{color:#fff; background:#e93f37;}
.sideNav ul li dl dd a:hover, .sideNav dd a.on{color:#cd920a; background:#fff5df;}
.sideNav a:hover em, .sideNav dd a.on em, .sideNav a.on2 em{background:url(../image/ico3on1.png) center no-repeat;}
.sideNav a.on{background:#ca9c2d; color:#FFF;}
.sideNav a.on em{background:url(../image/ico8.png) center no-repeat;}
.sideNav a.on2{color:#fff; background:#e93f37;}
.sideNav a.on2 em{
background: url(../image/ico3on.png) center no-repeat;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.sideNav ul li dd a em {
    display: block;
    background:none;
    width: 8px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 40px;
}
.sideNav dl{display:none;border-bottom: #eee solid 1px;}
.sideNav dd a{padding-left:20px; color:#666; font-size:14px; font-weight:normal;border-bottom: none; line-height:36px; height:36px;}

.qyzx img{width:100%;height:200px;}
.qyzx img:hover{opacity: 0.9;}
.qyzx ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
	margin-bottom:-30px;
}
.qyzx ul li p{ position: relative;bottom: 50px;width: 100%; height:50px; line-height:50px; text-align:center; background-color:rgba(0,0,0,.5); color:#fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.qyzx ul li a:hover p{display: block;}
.chanpinny .cpbiaoti{color:#000; font-size:24px; padding:0 0 30px 0; text-align:center;}
.chanpinny .cpimg{text-align:center;}
.chanpinny .cpimg img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx { padding:60px 0 160px 0;}
.chanpinny .cpnrxx .xiangqing{ border-bottom:1px solid #e93f37;}
.chanpinny .cpnrxx .xiangqing h3{ background:#e93f37; color:#FFFFFF; font-size:16px;  width:136px; height:40px; line-height:40px; text-align:center;border-radius:5px 5px 0 0;}
.chanpinny .cpnrxx .nrxiangqing{ font-size:14px; color:#666666; line-height:32px; padding-top:30px;}
.chanpinny .cpnrxx .nrxiangqing table{text-align:center; margin:0 auto;border-collapse:collapse;}

.cpfl .cpflbt{ background:#e5e5e5;}
.cpfl .cpflbt .cpflbj{ background:#234398; width:190px;display: inline-block;}
.cpfl .cpflbt .cpflbj h2{font-size:24px; color:#fff; padding:9px 0 9px 24px; font-weight:bold;}
.cpfl .cpflbt  span{font-size:14px; color:#666; float:right; line-height:50px; padding-right:20px;}
.cpfl .cpflbt  span a:hover{ color:#234398;}

.cpfl .zycp  h3{ color:#333; font-size:18px; padding-top:15px; text-align:center;}
.cpfl .zycp  a{ display:block;}
.cpfl .zycp  a:hover h3{color:#234398;}
.cpfl .zycp ul li{
position:relative;
overflow:hidden;
 
}
.cpfl .zycp ul li .pic {
  position: relative;
  overflow: hidden;
}
.cpfl .zycp ul li .pic .zhe_a {
    background: url(../images/zhe_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
.vcenter {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

.cpfl .zycp ul li a:hover .pic .zhe_a {
  display: block;
}
.cpfl .zycp ul li a:hover .pic .zhe_a img {
width: auto;
}
.layui-colla-item{ padding-bottom:10px;}
.layui-collapse {
    border-width:0;
    border-style: none;
    border-radius: 2px;
}
#container1 img {
    max-width: none !important;
    height: auto;
}
.lix{ padding: 20px 0 0 0;}
.lix ul li h2{ color:#333333; font-size:18px; font-weight:bold; padding-bottom:10px;}
.lix ul li p{ color:#666; font-size:15px; line-height:28px;}
.lix ul li span{ padding-top:40px; display:block;}
.tx-wbs{ padding:0 0 90px;}
.tx-wbs p{ float:left; width:32%; height:48px; margin-right:2%; padding-left:100px; border:1px solid #ebebeb; position:relative;}
.tx-wbs p span{ display:block; width:100px; text-align:right; position:absolute; left:0; top:0; line-height:46px;}
.tx-wbs p input{ height:46px; padding:10px 5px; width:100%; border:none;}
.tx-wbs div{ margin-top:20px;}
.tx-wbs textarea{ width:100%; height:300px; padding:10px; border:1px solid #ebebeb; color:#999;}
.tx-wbs .ancit input{ width:125px; height:50px; color:#fff; background:#b16707; border:none; margin-right:12px; cursor:pointer; font-size:16px;}
.tx-wbs .ancit input:hover{box-shadow: #e70012 0px 0px 6px;}
.post-on{ padding-bottom:15px; line-height:25px; color:#666;}
.post-on span{ color:#023a8a;}
.nyww h2{ font-size:24px; color:#191919; line-height:36px; padding-bottom:30px;}
.nyww .nyee{ padding-top:30px;}
.nyww .nyee h3{ font-size:16px; font-weight:bold; color:#333; display: inline-block;}
.nyww .nyee p{ font-size:16px;color:#666666; text-align:justify;display: inline-block;}
.nyww .nyees h3{ font-size:16px; font-weight:bold; color:#333;padding-top:30px; }

.fly-list2 li {
	position: relative;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed #dadada;
}
.fly-list2 li:first-child {
	padding: 0 0 30px 0;

}

.fly-list2 li h2 {
	
}

.fly-list2 li h2 a {
	display: inline-block;
	font-size: 20px;
	color:#333333;
	font-weight:bold;
}
.fly-list2 li a:hover {
	color:#234398;
}

.fly-list2 li p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding:13px 0;
}
.fly-list2 li span {
	font-size: 14px;
	color: #ff0000;
}
.fly-list2 li time {
	font-size: 16px;
	color: #666;
}
.job-a{text-align:center; margin-bottom:50px;}
.job-a h3{ font-size:18px; color:#333333; font-weight:bold;}
.job-a p{font-size:16px; color:#333333; padding-top:10px;}
.homevideo img:hover{opacity: 0.8;}
.videor {
    float: right;
}
.videol {
    float: left;
}
.homevideo .wanye {
    padding: 30px;
}
.homevideo h3 {
	font-size: 16px;
	color:#333;
}
.homevideo p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
	padding:30px 0 0 0;
	text-align:justify;

}
.ggzx{position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #234398;
    font-weight: bold;}
.timer-shaft-box{width:100%;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 80px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px;text-align: center;font-size:18px;color:#fff;border-radius: 50%;background: #656565;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:80px;height:80px;line-height: 80px;font-size:24px;background: #b62803;}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:20px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-left:18px;font-size:24px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;border-right:1px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-6.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{display:inline-block;padding-left:71px;line-height:2;font-size:14px;color:#666;}
.incident-record a{font-size:14px;color:#1d69a3;}
.event .con-l{width:32.5%}
.event .con-r{width:67.5%;padding-left:7.7%}
.event ul{padding-left:60px;padding-top:45px}
.event ul::after,.event ul::before{position:absolute;content:''}
.event ul::before{z-index:1;top:0;left:0;width:25px;height:25px;background:url(../images/event_icon.png) no-repeat center}
.event ul::after{left:12px;top:0;width:1px;height:100%;background:#e6e6e6}
.event li{margin-bottom:.35rem}
.event .date{width:85px;height:32px;line-height:32px;background:#e93f37;border-top-right-radius:5px;border-bottom-right-radius:5px}
.event .date::after,.event .date::before{position:absolute;content:''}
.event .date::before{left:-51px;top:50%;width:7px;height:7px;border:1px solid #999;border-radius:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.event .date::after{left:-15px;border-right:15px solid #e93f37;border-top:16px solid transparent;border-bottom:16px solid transparent}
.event .info{width:calc(100% - 100px);padding-left:.35rem}
.join-list .top .con-l{width:230px}
.join-list .top .con-r{padding-left:4.5%;width:calc(100% - 230px);line-height:36px}
.join-list .head{width:calc(100% - 45px);color:#666}
.join-list .head .box{width:20%}
.join-list h2{font-size:36px}
.join-list li{margin-bottom:12px;BACKGROUND: #e3e3e3;border-radius: 20px;}
.join-list li.cur .btn{background:url(../images/join_icon2.png) no-repeat left center}
.join-list li.cur .con{color:#fff;background:#234398;}
.join-list .heads{cursor:pointer;}
.join-list .btn{position:relative;width:45px;height:54px;background:url(../images/join_icon1.png) no-repeat left center;cursor:pointer}
.join-list .con{width:100%;color:#333;font-size:18px;border-radius: 20px;}
.join-list .con .box{width:100%;height:50px;line-height:50px;text-align:left; padding-left:30px;}
.join-list .info{display:none;width:100%;;line-height:35px;padding:.2rem 2%; background:#e3e3e3;border-radius: 20px; font-size:15px; color:#333;}
.quanwz {
display: inline-block;
}
.quanwz span {
    border: 1px solid #e5e0e0;
}
.rimg {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.rimg img {
    max-width: 100%;
}
.ltct{ padding-bottom:55px;}
.dtct{ padding-bottom:55px;}
.dtct img{ max-width:inherit;}
.nyabout .ltct h3{font-size:26px;color:#234398; line-height:50px; padding-bottom:20px;}


/* 组图开始 小图部分 */
.thumbpic .ltp{float:left;width:58px;heght:86px;margin:10px 35px 0 0;}
.thumbpic span{height:20px;float:left;cursor:pointer; line-height:20px;width:80px;}
.thumbpic .rtp{float:left;width:58px;heght:86px;margin:10px 0 0 15px;}
#piclist{width:calc(100% - 55px);float:left;overflow:hidden;height:73px;position:relative;}
#piclist ul{margin:0;padding:0;list-style:none;overflow:hidden;width:20000px;position:relative;}
#piclist ul li{float:left;cursor:pointer;position:relative;height:86px;}
#piclist ul li img{height:73px;width:73px;margin:0 5px;}
#piclist .hover img{border: 3px solid #b72901; }

.thumbpic a.bntprev{float:left;width:20px;height:73px;display:block;outline:none;border:1px solid #b72901; margin-right:5px; line-height:73px; color:#b72901;}
.thumbpic a.bntprev:hover{ background:#b72901;color:#fff;}
.thumbpic a.bntnext{float:left;width:20px;width:20px;height:73px;display:block;outline:none;border:1px solid #b72901; margin-left:5px; line-height:73px; color:#b72901;}
.thumbpic a.bntnext:hover{ background:#b72901;color:#fff;}
#originalpic{position:relative;overflow:hidden;zoom:1;height:100%;clear:both;text-align:center;}
#originalpic img{display:none;position:relative;}
#aPrev{position:absolute;z-index:10;left:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
#aNext{position:absolute;z-index:10;right:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
.cpright{ margin:30px 10px 30px 10px }
.cpright h2{ color:#333333; font-size:24px; font-weight:bold; line-height:24px; padding-top:20px;}
.cpright .showcp{ color:#666666; font-size:15px; line-height:30px; padding-top:40px; text-align:justify;}
.zhaopin {
	width:100%;
	height:auto;
}
.zhaopin table th {
	height: 50px;
	background:#234398;
	line-height:50px;
	font-size:16px;
	color:#fff;


}

.zhaopin table td {
	height: 50px;
	line-height:50px;
	border-top:2px solid #FFF;
	text-align:center;
	font-size:15px;
	color:#666666;
	position:relative;


}
.zhaopin table tr.yanse .ck {
    color: #ffcc00;
}
.zhaopin table tr.yanse i {
    background: url(../images/xiazai.png) center no-repeat;
}
.zhaopin   .detailBox td {
border: 1px solid #f7f9ff;


}
.zhaopin table tr.detailed {
	background:#f3f3f3;
	color:#333;
	cursor:pointer;
	
}
.zhaopin table tr.wtw{
	background:#eaeaea;

}

table tr.detailBox {
	display: none;
	height:auto;
	padding: 20px;
}
table tr.detailBox td {
	padding: 10px;
	font-weight:normal;
	line-height:30px;
	background:#ffffff;
	border-top:0;
	text-align:left;
}
.zhaopin table tr.yanse {
	background:#f7f9ff;
	color: #666666;

}
.zhaopin table td i{
display: block;
    background: url(../images/xiazai_hui.png) center no-repeat;
    width: 25px;
    height: 21px;
    position: absolute;
    top: 15px;
    left: 40px;
}




.zwzp img { float:right;}
.zplx{ margin-top:60px;}
.zplx span{ font-size:16px; font-weight:bold; color:#b72901; padding-right:50px;}
/*footer*/
footer {width:100%; background:#1b1b1b;}
.foot{padding:25px 0 25px 0;}
.footb{ background:#131313 !important;}
.ftb{ padding:90px 0 40px 0;}

.ftb .ftb-1 h3{ font-size:18px; color:#ffffff;}
.ftb .ftb-1  p{ font-size:14px; color:#717171; line-height:24px; padding:40px 0 15px 0; width:70%;}
.ftb .ftb-1  ul li{ padding:11px 0; position:relative;}

.ftb .ftb-1  ul li span{ font-size:14px; color:#717171; padding-left:30px;}

.ftb .ftb-1  ul li .ftb-dz{display: block;
    background: url(../images/dizhi.png) center no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 0;}
.ftb .ftb-1  ul li .ftb-dh{display: block;
    background: url(../images/dianhua.png) center no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 8px;
    left: 0;}
.ftb .ftb-1  ul li .ftb-yx{display: block;
    background: url(../images/youxiang.png) center no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 7px;
    left: 0;}
.ftb .ftb-1  ul .ftb-dh{ font-size:14px; color:#717171;}
.ftb .ftb-1  ul .ftb-yx{ font-size:14px; color:#717171;}

.ftb .ftb-2 h3 {
    font-size: 18px;
    color: #ffffff;
	padding-bottom:40px;
}
.ftb .ftb-2 ul li{padding-bottom:21px; position:relative;}
.ftb .ftb-2 ul li i{display: block;
    background: url(../images/huang_jiantou.png) center no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 0;}
.ftb .ftb-2 ul li a{ font-size:14px; color:#717171; padding-left:20px;}
.ftb .ftb-2 ul li a:hover{color:#fff;}

.ftb .ftb-3 h3 {
    font-size: 18px;
    color: #ffffff;
	padding-bottom:40px;
}
.ftb .ftb-3 ul li{padding-bottom:21px; position:relative;}
.ftb .ftb-3 ul li i{display: block;
    background: url(../images/huang_jiantou.png) center no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 0;}
.ftb .ftb-3 ul li a{ font-size:14px; color:#717171; padding-left:20px;}
.ftb .ftb-3 ul li a:hover{color:#fff;}

.ftb .ftb-4 h3 {
    font-size: 18px;
    color: #ffffff;
	padding-bottom:40px;
}
.ftb .ftb-4 h4 {
    font-size: 14px;
    color: #888888;
}
.fom{ padding-top:30px;}
.fom .layui-input-block {
 margin-left:0;
}
.fom .layui-form-item {
    margin-bottom: 15px;
    clear: both;
}
.fom .layui-input, .layui-select, .layui-textarea {

    background-color: #333333;
    border-radius: 5px;
	border:1px solid #333333;
	color:#fff;
}
.fom .layui-textarea {
    min-height: 90px;
}

.fom .layui-btn {
    height: 35px;
    line-height: 35px;
	width:138px;
	border-radius: 5px;
}

.foot .foot-c{font-size:14px; color:#5b5b5b; }
.foot .foot-c p{ line-height:30px; }
.foot .foot-copy{ text-align:right;}
.foot .foot-copy a{line-height:30px;}
.foot .foot-c a:hover{color:#fff;}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pager{text-align: center; margin-top:30px;}
.pager a{
    display: inline-block;width: 27px;line-height: 27px;
    border: 1px solid #f2f2f2;font-size: 12px;color:#666;margin: 0 5px;
}
.pager a:hover,.pager a.act{background:#234398;color:#fff;border-color:#234398;}
@-webkit-keyframes animation_icon{
0%{opacity:0;transform:translateY(-50%)}
100%{transform:none}
}
@keyframes animation_icon{
0%{opacity:0;-webkit-transform:translateY(-50%)}
100%{opacity:1;-webkit-transform:none}
}

@media (max-width: 1680px) {
	
}

@media (max-width: 1440px) {


}
@media (max-width: 1366px) {
.index2 .ship {
    margin-right: -10px;
}
.indexa .a-about .a-about-2 {
margin:0;
}
.newsList li .cont {
    margin-top: 10px;
}
.zplx span {
    padding-right: 20px;
}
}

@media (max-width: 1365px) {
.lushanga .layui-col-md4{ width:30.5%;}
.lushanga .layui-col-md6{ width:45.5%;}
.lushanga .layui-col-md2{ width:24%;}

}

@media (max-width: 1280px) {
.courseList li .cont p {
    max-height: 90px;
    overflow: hidden;
}
}
@media (max-width: 1200px) {
.indexc .c-xw .c-xw3 img{ height:426px; }
.index2 .ship {
   padding-top: 170px;
    margin-right: -26px;
}
.header nav ul li>a {

    padding: 0 10px;
}
.index2 .gongsj h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
}

.header nav ul li {
    margin: 0 12px;
}
.newsList li .cont {
    margin-top: 0;
}	
}
@media (max-width: 1199px) {
.header .rigs {
    margin-right:0;
}
.header .sous {
display:none;
}
}	
@media (min-width:769px) and (max-width:1024px){
.lushanga .lushanga-2 .lushanga-2-a ul li p {
display:none;
}
}
@media (max-width:1024px){
.jdc-b-2-wz span {
    padding: 5px 0;
}
.jdc-b-2-wz h2 {
    padding:0;
}
.DB_tab25{ display:none;}
.xwrs h1 {
padding: 5px 0 5px 0;
}
.xwrs p {
    font-size: 14px;
    line-height: 24px;
}
.xinx span {
    margin-top: 10px;
}
.lushanga .lushanga-3-a {
margin-top:0;
}
.lushanga .ls-b {
margin-top:10px;
}
.lushanga .lushanga-3-b {
    margin-top: 10px;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 {

    padding: 0 0 10px 0;
}
.lushanga-2-a .lushanga-2-b p {
    font-size: 14px;
    color: #888;
    line-height: 26px;
} {
    line-height: 22px;
}
.indexc .c-xw .c-xw3 img{ height:452px; }

.header .rigs {
    margin-right:0;
}
.header .sous {
display:none;
}

html.active{height:100%;overflow:hidden}
html.active body{height:100%;overflow:hidden}
html.active .header-m{left:260px}
html.active .header-m::after{display:block}
html.active .header-m .m-menu-b::after,html.active .header-m .m-menu-b::before{background:#000}
html.active .header-m .m-menu-b::before{transform:translateY(0) rotate(225deg);-webkit-transform:translateY(0) rotate(225deg)}
html.active .header-m .m-menu-b::after{transform:translateY(0) rotate(-225deg);-webkit-transform:translateY(0) rotate(-225deg)}
html.active .header-m .m-menu{display:block;left:0}
html.active .banner,html.active .i-banner,html.active footer,html.active main{transform:translateX(260px);-webkit-transform:translateX(260px)}
.index-nr ul li{ position: absolute;bottom:43%;}
.index-nr ul li.an1{ position: absolute;left:20%;}
.index-nr ul li.an2{ position: absolute;left:45%;}
.index-nr ul li.an3{ position: absolute;left:70%;}


.fly-filter-right p {
    padding: 0 12px;
}
.nyabout {
    padding: 40px 0;

}

.nyabout .nywe{
background:url(../images/about_bg.png) right no-repeat;
width: 100%;
    height: 100%;
    background-size: auto 100%;
}
.nyww .nyee {
    padding-top: 15px;
}
.nyww .nyee p {
	line-height:22px;
}
.indexa .a-about .a-about-2 p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}
.indexa .a-about-3s {
    padding: 22px 22px 22px 100px;
}
.nyabout .ltct h3 {
  padding-bottom:0;
}
.lushanga .lushanga-3-a .ls-c {
    margin-top: 10px;
}
.lushangb .sbox-7{ padding:20px;}
.lushangb .sbox-7 .sp-7 h5 {
    padding-top:0;
}
}

@media (max-width:1023px){

}
@media (max-width: 992px) {
.header .logo img{
    height: 40px;
}
.header nav ul li {
    margin: 0 5px;
}	
.header nav ul li>a {
    font-size: 14px;
}

}	

@media (max-width:768px){

body{padding-top:120px}
.header-m{display:block!important;z-index:999;position:fixed;left:0;top:0;width:100%;height:120px;background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,.1)}
.header-m::after{display:none;position:fixed;content:'';top:70px;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.header-m .logo{position:absolute;left:50%;line-height:70px;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header-m .logo img{max-height:45px; max-width:none;}
.header-m .m-menu-b{display:block;position:absolute;top:0;left:0;width:60px;height:70px;cursor:pointer}
.header-m .m-menu-b::after,.header-m .m-menu-b::before{position:absolute;top:50%;left:calc(35px / 2);content:'';width:25px;height:3px;z-index:9999;transition:all .3s ease-out .3s;-webkit-transition:all .3s ease-out .3s;background:#222}
.header-m .m-menu-b::before{transform:translateY(-4px) rotate(0);-webkit-transform:translateY(-4px) rotate(0)}
.header-m .m-menu-b::after{transform:translateY(4px) rotate(0);-webkit-transform:translateY(4px) rotate(0)}

.header-m .m-menu{display:none;z-index:888;position:fixed;width:100%;width:260px;height:100%;top:0;left:-260px;opacity:1;background:#fafafa;text-align:left;padding-top:70px}
.header-m .m-menu::after{position:absolute;top:70px;content:'';width:100%;height:1px;background:#ebebeb}
.header-m .nav{height:100%;overflow-x:hidden;overflow-y:auto}
.header-m .nav>li{border-bottom:1px solid #ebebeb;animation:resize .5s both;-webkit-animation:resize .5s both}
.header-m .nav>li>a{position:relative;display:block;width:100%;font-size:15px;padding:0 40px;color:#666;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;overflow:hidden;height:50px;line-height:50px}
.header-m .nav>li>a::after{position:absolute;left:20px;top:50%;margin-top:-5px;content:'';width:8px;height:8px;border:1px solid #999;border-radius:50%;background:0 0;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav{display:none}
.header-m .nav>li .sub-nav a{position:relative;display:block;line-height:24px;padding:12px 40px;background:#f2f2f2;color:#4e4e4e}
.header-m .nav>li .sub-nav a::after,.header-m .nav>li .sub-nav a::before{position:absolute;content:'';width:0;height:0;left:20px;top:20px;border:5px solid transparent;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav a::before{left:21px;border-left:5px solid #555}
.header-m .nav>li .sub-nav a::after{border-left:5px #ebebeb solid}
.header-m .nav>li.cur{position:relative}
.header-m .nav>li.cur::after,.header-m .nav>li.cur::before{position:absolute;content:'';background:#999;transition:all .5s;-webkit-transition:all .5s}
.header-m .nav>li.cur::before{top:19px;right:25px;width:2px;height:12px}
.header-m .nav>li.cur::after{top:24px;right:20px;width:12px;height:2px}
.header-m .nav>li.active::after{background:#fff}
.header-m .nav>li.active::before{height:0}
.header-m .nav>li.active>a{color:#fff;background:#234398;}
.header-m .nav>li.active>a::after{background:#fff;border-color:#fff}
.header-m .nav>li.active .sub-nav li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.header-m .m-language{position:absolute;left:0;top:0;width:100%;text-align:center}
.header-m .m-language a{color:#666;height:70px;line-height:70px;font-size:16px;animation:slideInUp 1.5s both;-webkit-animation:slideInUp 1.5s both; padding:0 10px;}
.header{display:none}
.navbar-search {
    position: absolute;
    top: 70px;
    right: 15px;
    left: 15px;
    padding: 2px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #000;
    height: 34px;
    background: #fff;
    border: .2px solid #808080;
    box-shadow: inset 0 0 5px 0 rgba(51,51,51,0.40);
    border-radius: 4px;
}
.search-input {
    padding: 2px 30px 2px 0;
    width: 100%;
       height: 32px;
    line-height: 32px;
    font-size: 13px;
    background: transparent;
    border: 0;
    opacity: .35;
    font-family: PingFangSC-Medium;
    letter-spacing: .33px;
}
.en {
position: absolute;
    right: 15px;
    top: 15px;
}
.navbar-search  button {
    background: transparent;
    border: medium none;
    color: #999;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
}
.jdb .jdb-2 ul li a i {
    left:10px;
}
.jdb .jdb-2 ul li a {
    padding-left: 30px;
}
.jdb .jdb-1 {
    height: 50px;
    line-height: 50px;
}
.jdb .jdb-1 p {
    font-size: 20px;
}
.jdb .jdb-2 ul li a:hover{padding-left:35px;}

.jdc-b-2-wz h2 {
    padding-top:20px;
}
.jdc-b-2-wz span {
    padding: 15px 0;
}
.jdleft-b{ display:none;}
.ftb-2,.ftb-3{ display:none;}

.nyabouts {
    padding: 40px 0;
}




.stuList {margin-top: 25px;}
	.stuList li {width: 49%; margin-right: 2%;}
	.stuList li:nth-child(3n) {margin-right: 2%;}
	.stuList li:nth-child(2n) {margin-right: 0;}
	.stuList li .cont h3 {font-size: 14px; line-height: 20px;}
	.stuList li .cont p {font-size: 12px; line-height: 18px;}
	.stuList li .cont {padding: 8px 0 8px;}
	
	.stuLists li {width: 49%; margin-right: 2%;}
	.stuLists li:nth-child(3n) {margin-right: 2%;}
	.stuLists li:nth-child(2n) {margin-right: 0;}
	.stuLists li .conts h3 {font-size: 14px;}
	.stuLists li .conts p {font-size: 12px; line-height: 18px;}


.main-ms{display:block;position:relative;z-index:555;cursor:pointer}
.main-ms .title{position:relative;height:45px;line-height:45px;padding:0 10px;background:#e93f37;}
.main-ms .title strong{color:#fff;font-size:16px;font-weight:700}
.main-ms .title i{position:absolute;content:'';width:45px;height:100%;right:0}
.main-ms .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;content:'';width:12px;height:1px;background:#fff;transition:all .3s;-webkit-transition:all .3s}
.main-ms .title i::before{left:46%;transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-ms .title i::after{right:46%;transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-ms .title.active i::before{transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-ms .title.active i::after{transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-ms ul{display:none;position:absolute;top:45px;width:100%;padding:0 10px;background:rgba(233,63,55,.8);color:#fff}
.main-ms ul li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.main-ms ul li a{display:block;height:45px;line-height:45px;border-bottom:1px solid rgba(255,255,255,.55); color:#fff;}
.stuLists {
    margin-top: 0;
}
.ltct{ padding-bottom:30px;}
.dtct{ padding-bottom:30px;}

.dm{ width:100%;padding: 0;}
.layui-tab-card>.layui-tab-title li:first-child {
    border-left:none;
}
.layui-tab-card>.layui-tab-title li:last-child {
    border-right:none;
}
.layui-tab-content {
	padding: 40px 0;
}
.indexc .c-xw3{ display:none;}

.course-mores {
    padding-left: 20px;
    padding-top: 20px;
}

.nyabout .nywe .nywelf {
    width: 100%;
    text-align: justify;
}
.nyabout .nywe {
background:none;
}
	.courseList li .pic {min-width: 106px;}
	.courseList li .cont {max-width: calc(100% - 116px);}
	.courseList li .cont h3 {margin: 3px 0; font-size: 15px; line-height: 20px;}
	.courseList li .cont p {font-size: 12px; line-height: 20px; max-height: 40px;}
	.courseList li {padding: 12px 0;}
		.newsList li {margin-bottom: 0;}
	.newsList li .cont h3 {font-size: 14px; margin-top: 3px; margin-bottom: 0; line-height: 18px;}
	.newsList li .cont h4 {font-size: 13px; line-height: 14px; margin: 0;}
	.newsList li .cont p {line-height: 22px;}

	.newsList li .cont .line,
	.newsList li:hover .cont .line {margin: 4px 0 2px 0;}
	.nyww .nyee {
    padding-top: 25px;
}
.newsList li .cont .more {
    margin-top: 5px;
}
.nyww .nyee p {
	line-height:26px;
}
.indexa .a-about .a-about-2 p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 14px;
}
.indexa .a-about-3s {
    padding: 22px 22px 22px 22px;
}
.indexa {
    margin: 30px 0 30px 0;
}
.foot-ewm{ display:none;}
.foot .foot-copy{ display:none;}
.fly-filter-right a {
    font-size: 14px;
}
.fly-filter-right p {
    padding: 0 10px;
}
.homevideo .wanye {
    padding: 30px 0;
}
.job-a {
margin-bottom: 20px;
}
.nyabout .nyabout-a img{
padding:0 0 20px 0;
width:100%;
}
.lushanga .lushanga-2 {
    background: none;
}
.lushanga .layui-col-md4{ width:100%;}
.lushanga .layui-col-md6{ width:100%;}
.lushanga .layui-col-md2{ width:100%;}

.layui-tab-content {
    padding: 20px 0 0 0; 
}
.lushanga .lushanga-3-a .ls-a{ width:30%;padding-left:0;}
.lushanga .lushanga-3-a .ls-b{ width:30%;padding-left:0;}
.lushanga .lushanga-3-a .ls-c{ width:30%;padding-left:0;}
.lushangb .sbox-7 .sp-7 h5 {
padding-top:0;
}
.foot .foot-links{text-align:center;}
.foot {
    padding: 15px 0 15px 0;
}
.courseList li .shij {
display:none;
}
.courseList li .cont {
    width: 62%;
}
.cpfl .zycp h3 {
    font-size: 14px;
	padding-top: 5px;
}
.cpright {
    margin: 0;
}
.cpright .showcp {
    padding-top: 20px;
}
.cpright h2 {
    padding-top: 10px;
}
.zwzp img {
    float:none;
	display:block;
    margin: 0 auto;
	padding-top:30px;
}
.zplx {
    margin-top: 30px;
}
.jdc-a-2 a p {
    font-size: 12px;
}
}
@media (max-width:767px){
#right_icon{ display:none;}
.jda {
    margin: 30px 0;
}
.jdal ul li div {
    width: 100%;
	height:210px;
	display: block;

}
.jdal ul li div img{padding: 10px;max-width: 100%;}
.zplx span {
width:100%;
display:block;
}
.jdc-a-2 span em {

    background-image: url(../images/sp_btn2.png);

}
.jdc-b-2-wz h2 {
padding-top: 0;
}
.jdc-b-2-wz span {
padding: 10px 0;
}

.jdc-b-3 span {
    font-size: 14px;
}
.ftb {
    padding: 30px 0 20px 0;
}
.ftb .ftb-1 p {
    padding: 20px 0 15px 0;
    width: 100%;
}
.ftb .ftb-4 h3 {
    padding:20px 0;
}
#container1{ margin-top:0;}
.zhaopin table td {
    font-size: 12px;
}

.zhaopin table .banquan,.zhaopin table .wenjian,.zhaopin table .geshi,.zhaopin table .rj {
display:none;
}

.cpr-x-a-2{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.cpw-b img{ width:100%;}
.zwwy .layui-col-space30>*{ padding:0;}
#piclist ul li img{width:75px;}
.xinx span {
    margin-top: 20px;
}
.newsList li .cont .more {
display: none;
}
.line-scale {
    width: 60px;
}
.lushanga .lushanga-2 .layui-tab-title li {
    margin: 0 40px 0 0;
}
.lushanga .lushanga-3-a .ls-a{ width:45%;margin-top:0;}
.lushanga .lushanga-3-a .ls-b{ width:45%;margin-top:0;}
.lushanga .lushanga-3-a .ls-c{ width:100%;margin-top:20px;}

.lushanga .lushanga-2 .lushanga-2-a ul li p {
display:none;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b p {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 {
    font-size: 14px;
}
.indexb {
    margin: 40px 0 30px 0;
}

.foot .foot-copy {
    text-align: left;
}
.foot .foot-copy {
    text-align: center;
}
.foot .foot-a {
    line-height: 30px;
	padding: 20px 0;
}
.foot .foot-dh {
    line-height: 30px;
    text-align: left;
	padding-top:20px;
}
.foot .foot-b {
    padding: 20px 0 20px 0;

}
.foot .foot-c {
	line-height:24px;
}
.foot .foot-copy {
    padding-top: 10px;

}
.foot .foot-copy a{line-height:20px;}
.homeabout h2 {
    margin-bottom: 20px;
}
.newsList li .cont h4 {
display:none;
}
.layui-tab-title {
height:auto;
display: inline-block;
    margin: 0;
}
.layui-tab-title li {
line-height: 45px;
}
.layui-tab-card>.layui-tab-title li:nth-child(2) {
    border-right:none;
}
.layui-tab-card>.layui-tab-title li {
    border-bottom:  solid 1px #e6e6e6;
}
.layui-tab-content ul li span {
    display: block;
    padding: 20px 5px;
}
.layui-tab-content>.layui-tab-item>ul>li:before {
display:none;
}
.lix ul li span{ padding-top:0;}
.tx-wbs p{ width:100%; margin:0 0 10px;}
.tx-wbs textarea{ height:150px;}
.footer-a-center{ display:none;}
footer .copyright {
padding: .10rem 0;
line-height: 22px;
font-size:14px;
}
.footer-a-top {
    padding-top: 5px;
}
.ly-nr{ display:none;}
.main-nav-m{display:block;position:relative;z-index:555;cursor:pointer}
.main-nav-m .title{position:relative;height:45px;line-height:45px;padding:0 10px;background:#234398;}
.main-nav-m .title strong{color:#fff;font-size:16px;font-weight:700}
.main-nav-m .title i{position:absolute;content:'';width:45px;height:100%;right:0}
.main-nav-m .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;content:'';width:12px;height:1px;background:#fff;transition:all .3s;-webkit-transition:all .3s}
.main-nav-m .title i::before{left:46%;transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m .title i::after{right:46%;transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::before{transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::after{transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m ul{display:none;position:absolute;top:45px;width:100%;padding:0 10px;background:rgba(35,67,152,.8);color:#fff}
.main-nav-m ul li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.main-nav-m ul li a{display:block;height:45px;line-height:45px;border-bottom:1px solid rgba(255,255,255,.55); color:#fff;}
.nyabout {
    padding: 30px 0;

}
.nyabout img {
    max-width: 100% !important;
    height: auto;
}
.i-banner .sm-db{display:block!important}
.index-nr ul li span {
	font-size:14px;
}
.index-nr ul li p {
    font-size: 20px;
}
.index-nr img {
    max-width: 55% !important;
}
.index-nr ul li.an1 {
    left: 15%;
}
.index-nr ul li.an2 {
    left: 38%;
}
.index-nr ul li.an3 {
    left: 61%;
}
.imgs .dn img {
    height: 500px;
}

.nyhonor ul li span {
width:100%;
height:auto;
}
.nyhonor .honorimg {
position: relative;
    display: block;
	text-align: center;
}
.honorimg img {
    max-width: 100%;
	padding:10px;

}
.qyzx img {
width: 100%;
height:auto;
}

.dtct img{ max-width:inherit !important;}
.stuLists li .conts {
    bottom: 35px;
    height: 35px;
    line-height: 35px;

}
.nyabout .ltct h3{font-size:20px; font-weight:bold;}
}
@media (max-width: 320px)
{
.courseList li .cont {
    width: 58%;
}
}
@media (min-width:1199px) {
.feedback {
margin: 0 auto;
width:60%;
}

}

.layui-form-item {
    margin-bottom: 24px;
    clear: both;
}
.layui-form-label {
    width: 100px;
}
.layui-btn-normal {
    background-color:#e93f37;
}
@keyframes resize{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale(5,5)}
100%{opacity:1;transform:scale(1,1)}
}
@-webkit-keyframes resize{
60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1)}
}
@keyframes ReturnToNormal{
from{opacity:0;transform-origin:right bottom;transform:rotate3d(0,0,1,45deg)}
to{opacity:1;transform-origin:right bottom;transform:none}
}
@-webkit-keyframes ReturnToNormal{
from{opacity:0;-webkit-transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg)}
to{opacity:1;-webkit-transform-origin:right bottom;-webkit-transform:none}
}
.DB_tab25 {width:100%;height:750px;position:relative;overflow:hidden;cursor:pointer;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:750px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:1200px;left:50%;margin-left:-600px;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:-50px;top:160px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:-50px;top:270px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:840px;top:40px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:-50px;top:65px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:370px;top:160px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:370px;top:270px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1200px;left:50%;margin-left:-600px;}
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:700px;text-align:center;font-size:0; border-radius:20px;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.DB_tab25 .DB_prev{position:absolute;left:0px;top:50%;cursor:pointer;display:none}
.DB_tab25 .DB_next{position:absolute;right:0px;top:50%;cursor:pointer;display:none}
.DB_tab25 img{ max-width:inherit;}
.DB_tab25 .ship.run{-webkit-animation:run 130s linear both;animation:run 130s linear both;}
.DB_tab25 .ship.run2{-webkit-animation:run 130s linear both;animation:run 130s linear both;}
.el {
    position: absolute;
    z-index: 1;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
}
/* ship run for banner1 */
@-webkit-keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@-moz-keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}

/* ship run for banner2 */
@-webkit-keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@-moz-keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}

.i-banner .ship.run{-webkit-animation:run 130s linear both;animation:run 130s linear both;}
.i-banner .ship.run2{-webkit-animation:run 130s linear both;animation:run 130s linear both;}

.pagination-style {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
padding: 8px 12px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
}
.pagination-style ul li a:hover {
  background: #234398;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background: #234398;
}


.alert-danger {
    background-color: #234398;
    border-color: #234398;
    color: #fff;
}
.alert {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
}
.cpr-x-a-2 a{ color:#234398;}
.cpr-x-a-2 a:hover{ text-decoration:underline;}
.wb img{ width:150px;}
.wc{ padding-left:150px;}


.shax i {
position: absolute;
    right: auto;
    left: 0;
	top: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
	text-align:center;
}
.shax .curms i {
    border-color: #5FB878!important;
    background-color: #5FB878;
    color: #fff;
}